Home:ALL Converter>How do I fill a html form with fields from my database in Django and postgresql?

How do I fill a html form with fields from my database in Django and postgresql?

Ask Time:2021-02-17T20:54:20         Author:E.Awa

Json Formatter

How do I fill a html form with fields from my database in Django and postgresql?

I need to select year from drop down and value of flag(0,1,2), with the combination of these two I want my form to populate from the values stored previously in the table corresponding to the above combination.

Author:E.Awa,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/66242352/how-do-i-fill-a-html-form-with-fields-from-my-database-in-django-and-postgresql
yy